Expand description

The xdvipdfmx program from XeTeX as a reusable crate.

The xdvipdfmx progam converts XeTeX “XDV” intermediate files into PDF output files.

This crate provides the xdvipdfmx implementation used by Tectonic. However, in order to obtain the full Tectonic user experience, it must be combined with a variety of other utilities: the main XeTeX engine, code to fetch support files, and so on. Rather than using this crate directly you should probably use the main tectonic crate, which combines all of these pieces into a (semi) coherent whole.

Structs